ComponentOne ASP.NET MVC Controls
ShowAlternatingRows Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ShowAlternatingRows Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ShowAlternatingRows. Sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
Syntax
'Declaration
 
Public Overridable Function ShowAlternatingRows( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder ShowAlternatingRows( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members